CygNet Measurement > FMS Commands > Export: Flow-Cal Data CFX

Export: Flow-Cal Data CFX

Note: This command is provided as an optional feature. For this command to function, several requirements must be met.

If installed, Export: Flow-Cal Data CFX (EXPCFX via script) is the command that triggers the service to export raw periodic and/or batch data records for a defined time range from FMS to Flow-Cal as a .cfx file. Data which is not from a raw data source, e.g. has been imported into FMS via .csv files (categorized as a "User file" source), is not included in the export.

When the Export: Flow-Cal Data CFX command is executed, batch (liquid devices) and/or periodic (gas or liquid devices) data is resolved for each eligible device via the customizable CDF, and the FMS Service exports the raw data records, created within the specified command time window, to the specified directory location as a .cfx file.

Note: It is strongly recommended that the specified time range for the command include only record spans with fully collected data. The command only exports data for which records exist entirely within (not spanning beyond) the specified time range boundaries.

CFX export files retain the units associated with the collection of the raw data whenever possible. In certain circumstances, the FMS system will convert the units to achieve consistency. This could include cases such as the following.

You must have proper security authorization to execute this command. See FMS Security (and CMDDEV security event) for information about configuring security access for FMS commands.

See Configuring Export: Flow-Cal Data CFX Commands and Running Node Commands for more information about using this command via FMS Explorer.

See Scheduling FMS Command Tasks in the MSS for more information about scheduling commands.

See FMS ActiveX Controls and CxHmiFms for more information about using commands via FMS ActiveX controls on CygNet Studio or CygNet Vision screens.

See CxFms for more information about scripting commands.

Command Requirements

To enable the command to export raw data to Flow-Cal .cfx files, and see the command listed in command management options, the following elements must be present.

Note: Refer to Flow-Cal documentation and/or contact your Flow-Cal representative for the most current information about differences between CFX versions, and specific Flow-Cal configuration details.

Command Definition Properties

The following command definition properties apply to Export: Flow-Cal Data CFX commands, when scheduling, creating, or editing commands via CygNet Explorer.

Property Description

FMS service

Select a Site.Service for the command from the available FMS service list in the drop-down menu.

Command

Select the desired Command name from the drop-down menu.

See FMS Commands for more information about available command types.

Time format

Select the desired Time format for the command from the drop-down menu.

Options are as follows.

  • Contract
  • Device

Default value is Device time.

Notes:

This parameter determines how the time window is selected in the database; not how the data is exported.

For daily devices only, specifying start and end times of midnight (00:00:00), will always be interpreted as Contract time format, regardless of this selected parameter value.

Priority

Select a processing queue Priority for the command from the drop-down menu.

Options from least to greatest priority are as follows.

  • Low level
  • Medium level
  • High level
  • User initiated transaction
  • Admin initiated transaction

Default value is Low level processing queue priority.

Logging

Select a Logging level for the command results from the drop-down menu.

Options are as follows.

  • Low - displays errors
  • Medium - displays errors and warnings
  • High - displays errors, warnings, and status

Default value is Low level logging when scheduling a command via the MSS service in CygNet Explorer.

Default value is High level logging when creating or running an ad-hoc command in FMS Explorer or via the FMS service in CygNet Explorer.

Command Parameters

The following command parameters apply to Export: Flow-Cal Data CFX commands, when scheduling, creating, or editing commands via CygNet Explorer or scripting.

Parameter Description Type Usage Notes

ExStDate

Start date/time

DateTime

Double-click to access the Select Start Date/Time dialog box.

Select the starting date and time of the range for which to export records.

Note: It is strongly recommended that the specified time range for the command include only record spans with fully collected data. The command only exports data for which records exist entirely within (not spanning beyond) the specified time range boundaries.

See Selecting Date and Time for more information.

See Note below this table.

This parameter is required.

ExEndDate

End date/time

DateTime

Double-click to access the Select End Date/Time dialog box.

Select the ending date and time of the range for which to export records.

Note: It is strongly recommended that the specified time range for the command include only record spans with fully collected data. The command only exports data for which records exist entirely within (not spanning beyond) the specified time range boundaries.

See Selecting Date and Time for more information.

See Note below this table.

This parameter is required.

ExPath

Directory to export file

File Directory

Double-click to access the Enter Directory to Export File dialog box.

Type the directory location for the file into the text box or click ... to access the Browse for Folder dialog box, browse to the directory location, and then click OK.

Notes:

For exports via the MSS in CygNet Explorer, the directory specified is relative to the host computer for your FMS service.

For exports via script, or when using a <Quick Command> via the FMS in CygNet Explorer, or via the FMS Explorer, the directory specified is relative to your client computer.

This parameter is required.

ExDirFmt

Export directory format

String Enum

Double-click to access the Export Directory Format dialog box.

Select a file directory format for the .cfx export file.

Options are as follows.

  • Directory for each polling facility (2 via script)
  • Directory for each device (0 via script)
  • Single directory for all devices (3 via script)

This parameter is required. Default value is Directory for each polling facility.

ExFileNm

Name of export file

String Enum

Double-click to access the Name of Export File dialog box.

Select a file name format for the .cfx export file.

Options are as follows.

  • Date the export file was created (1 via script)
  • Date of first export history value (3 via script)
  • Node name (4 via script)

This parameter is required. Default value is Date the export file was created.

ExPmReq

PM data requirement

String Enum

For periodic data, double-click to access the PM Data Requirement dialog box.

Select whether to export gas metering data, from the options in the drop-down menu.

Options are as follows.

  • Always export (AlwaysEx via script)
  • Never export (NeverExp via script)
  • Required to perform export (ReqToExp via script) (See *Note below this table)

This parameter is required.

ExPqReq

PQ data requirement

String Enum

For periodic data, double-click to access the PQ Data Requirement dialog box.

Select whether to export gas quality data, from the options in the drop-down menu.

Options are as follows.

  • Always export (AlwaysEx via script)
  • Never export (NeverExp via script)
  • Required to perform export (ReqToExp via script) (See *Note below this table)

This parameter is required.

ExBatReq

Batch data requirement

String Enum

For batch data, double-click to access the Batch Data Requirement dialog box.

Select whether to export batch data, from the options in the drop-down menu.

Options are as follows.

  • Always export (AlwaysEx via script)
  • Never export (NeverExp via script)
  • Required to perform export (ReqToExp via script) (See *Note below this table)

This parameter is required.

ExEvtReq

Event data requirement

String Enum

For periodic data, double-click to access the Event Data Requirement dialog box.

Select whether to export event data, from the options in the drop-down menu.

Options are as follows.

  • Always export (AlwaysEx via script)
  • Never export (NeverExp via script)
  • Required to perform export (ReqToExp via script) (See *Note below this table)

This parameter is required.

ExAlmReq

Alarm data requirement

String Enum

For periodic data, double-click to access the Alarm Data Requirement dialog box.

Select whether to export alarm data, from the options in the drop-down menu.

Options are as follows.

  • Always export (AlwaysEx via script)
  • Never export (NeverExp via script)
  • Required to perform export (ReqToExp via script) (See *Note below this table)

This parameter is required.

ExProdReq

Product data requirement

String Enum

For liquid product data, double-click to access the Product Data Requirement dialog box.

Select whether to export product data, from the options in the drop-down menu.

Options are as follows.

  • Always export (AlwaysEx via script)
  • Never export (NeverExp via script)
  • Required to perform export (ReqToExp via script) (See *Note below this table)

This parameter is required.

ExExpCfg

Config data requirement

String Enum

For periodic data, double-click to access the Config Data Requirement dialog box.

Select whether to export configuration data, from the options in the drop-down menu.

Options are as follows.

  • Always export (Always via script)
  • Never export (Never via script)
  • Exclude from export if missing events (ExcMEvt via script)

Note: Be careful to require Configuration data only if the Node supports history data types that utilize configuration data. If selected for a Node where the supported history types do not utilize configuration data (e.g. Node supports Batch history, but not periodic history) any commands that try to retrieve configuration data will fail since it does not exist.

This parameter is required.

ExFileVer

File format version

String Enum

Double-click to access the File Format Version dialog box.

Select the version of the .cfx file created for the export, from the options in the drop-down menu.

Options are as follows.

  • 8.3.1 (supports batch and periodic data)
  • 8.0.6 (supports batch and periodic data)
  • 7.0.6* (supports batch and periodic data)
  • 5.1 (supports periodic data)

*7.0.5 is still supported, although 7.0.6 is provided in the current sample file.

Note: Alternatively, file format version can be configured in the .cdf (command definition file) if desired.

This parameter is required.

ExDtExFlg

Data exported flag

String Enum

Note: When this command is executed via a Business Slave FMS service, only the "Ignore flag" option is available for this parameter.

Double-click to access the Data Exported Flag dialog box.

Select whether or not to use the flag to mark exported device records in the database.

Note: When a "Use flag" option is selected, the Data Exported flag is applied to the entire record, regardless of how many data type(s) are selected for export.

Options are as follows.

  • Ignore flag (IgnFlg via script)
  • Use flag; always update (UseMkAll via script)
  • Use flag; only update if data complete* (UseMkCplt via script)

*Notes:

The command only exports data for which records exist entirely within (not spanning beyond) the specified time range boundaries.

When this option is selected, the Data Exported flag is set only for records that contain data, and for which data collection (all supported types) is complete.

When exporting partial records (e.g. you are only exporting PM data at this time), it is recommended to use the "Ignore flag" option, preserving the option to flag the record at a later time, when the remaining record data types are exported.

This parameter is required.

Note: When using relative (rather than absolute) date/time, if both the start and end date/time have hour, minute, and second values of 00, or if both are set to midnight, an additional day will be added to the date at the end of the range. This occurs because the service assumes the start of the day for the starting date/time and the end of the day for the ending date/time in these circumstances. Therefore requesting a time range from T to T will yield one day of data, and from T-1 to T will yield two days of data. If only one day of data is desired when using relative date/time, the start and end date/times must therefore be the same. If any of the start or end date/time hour, minute, or second values are specified as a value other than zero (or midnight) however, the range will be used as specified.

*Note: If this option is selected and no associated history data is available (Collection Details value does not equal [blank]), the command will fail and no CFX file will be created. See Collection Details in the CygNet Measurement Concepts topic for more information.

Back to top

Let us know how we can improve this topic.

CygNet at weatherford.com

© 2020 Weatherford. All rights reserved.